DX11 GET LIMB CHILD

Retrieves the n:th child limb of the specified parent limb.

  Syntax
Return Dword = DX11 GET LIMB CHILD(parentLimb, n)
  Parameters
parentLimb
Dword
The parent limb whose child to retrieve.
n
Dword
The index of the child limb to retrieve; the valid range is [0..DX11 GET LIMB CHILD COUNT(parentLimb) - 1].

  Returns

The n:th child limb of the specified parent limb, or 0 if there is no such child limb.

  See also

LIMB Functions Menu
DX11 Function Categories